for i=1, 5 do
    turtle.forward()
end
turtle.turnRight()
turtle.forward()
turtle.forward()